home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / _armbob / !ArmBob / !Help < prev    next >
Text File  |  1994-06-25  |  1KB  |  35 lines

  1.  ******* ARM BOB *************** GCW 06/06/94 *******       
  2.  
  3.  Double clicking on !ArmBob will define four
  4.  filetypes:
  5.  
  6.        BobFile  BobTask  BobProj BobPTask
  7.  
  8.  and their run-actions, and will open the directory
  9.  of the pseudo-filing-system Bob: which contains Bob
  10.  programs.
  11.  
  12.  BobFiles run in a command window - use these for wimp
  13.  programs.
  14.  
  15.  BobTask programs run in a taskwindow. Only use these
  16.  for non-wimp programs with no graphics output.
  17.  
  18.  BobProj files contain the pathnames of files comprising
  19.  a Bob program. Just one must contain the top-level
  20.  function main(). Running the BobProj file compiles the
  21.  files and runs the resulting code in a command window.
  22.  
  23.  BobPTask files are similar to BobProj files but runs
  24.  the program in a taskwindow.
  25.  
  26.  Compilation errors cause a throwback window to open.
  27.  Click on the Throwback icon to open an edit window
  28.  on the source file, with the error line highlighted.
  29.  
  30.  To debug and/or trace insert -d and/or -t before %%*0
  31.  in the relevant commands in !ArmBob.!Boot and 
  32.  !ArmBob.!Run.
  33.  
  34.  See the docs directory for more information.
  35. *********************************************************